Auto merge of #2804 - skeleten:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 29 Jun 2016 17:19:46 +0000 (10:19 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2016 17:19:46 +0000 (10:19 -0700)
commit5716f32d78b1baf629e055573a682a6730936b4b
tree5cfabe4d46b06c777aba16b1bccefb5da02e21db
parent7e34d2c8d43038705cd44de8dd4eb05c8ed94aa1
parent6edf535d975422f832dc9579188fe7df9b81ab03
Auto merge of #2804 - skeleten:master, r=alexcrichton

Add color support for Windows consoles

Unfortunately, the `term` API makes this PR rather inelegant, any hints/pointers to make it better are highly appreciated!

Fixes #2803